home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dszlog10.arc / DSZLOG10.DOC next >
Text File  |  1991-08-24  |  5KB  |  130 lines

  1.  
  2.                            DSZLOG V1.0
  3.                        DSZ Logfile Analyzer
  4.                           COPYRIGHT 1991
  5.  
  6.                         Chris A. Carpenter
  7.                      All Rights are Reserved
  8.  
  9.      Written Using QuickBasic V4.5
  10.  
  11.      All brand and product names identified are trademarks or     
  12.      registered trademarks of their respective holders.
  13.  
  14.      DszLog is not a Public Domain program and is not free.  Non- 
  15.      registered users of this program are granted a one month
  16.      license to DszLog to evaluate the program's suitability for
  17.      their requirements.  Further use beyond the evaluation
  18.      period requires registration.  A single user may purchase a
  19.      single copy and use this copy on all machines owned by the
  20.      registered user.
  21.  
  22.      DszLog may not be modified in any respect, for any reason,   
  23.      including but not limited to, de-compiling, disassembling,
  24.      or reverse engineering of the program.  No portion of the
  25.      code may be altered, removed, bypassed, modified or even
  26.      slightly mangled by any means.
  27.  
  28.      You are free to distribute the UNREGISTERED version of
  29.      DszLog under these restrictions providing:
  30.  
  31.      1.  No fee is charged for its use.
  32.  
  33.      2.  DszLog must be copied in unaltered form, complete with   
  34.      license information (in docs), documentation and all
  35.      accompanying files.
  36.  
  37.      3.  All shareware houses/distribution firms must make it     
  38.      clear that the diskette purchase of DszLog has not been     
  39.      registered.  A small fee for distribution disks and
  40.      shipping/handling is permissible by such firms.
  41.  
  42.      REMEMBER
  43.  
  44.      Using DszLog beyond the evaluation period will cause high
  45.      phone bills, a flat car tire and eternal guilt while putting
  46.      up with the beg screen.  At least it's not crippled!
  47.  
  48.  
  49.                   O R D E R I N G   I N F O R M A T I O N
  50.  
  51.      There is one way to register.  Send me an entire seven bucks 
  52.      (Includes shipping & handling).  You will receive the latest 
  53.      version of DszLog without the beg screen, no flat tire and a 
  54.      clear conscious!  Your registration is a lifetime
  55.      registration.  As a registered user you will be notified of
  56.      upgrades.  Upgrades will cost nothing more than shipping &
  57.      handling.
  58.  
  59.      Chris Carpenter
  60.      25559 Perimeter Dr.
  61.      Albuquerque NM, 87116
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                           I N S T R U C T I O N S
  71.  
  72.      DszLog is designed to examine the Dsz.Log file and report
  73.      your transfer statistics.  
  74.  
  75.      DszLog is extremely easy to use.  Simply have the program in
  76.      a directory that is in your path.  Change directories to the
  77.      one that your Dsz.log file is located in & run DszLog. A
  78.      color chart will be displayed!  Here's a sample output:
  79.  
  80.  
  81.                                                                   
  82.                   ╔═══════════════════════════════════════════╗
  83.        08-24-1991 ║ DSZ.LOG Analyzer V1.0  ** UNREGISTERED ** ║
  84.      ╔═════════╦══╩═══╦══════╦═══════════════╦════════════════╣
  85.      ║         ║      ║      ║    Uploads    ║     Dnloads    ║
  86.      ║ Protocol║ UL's ║ DL's ║    (Bytes)    ║     (Bytes)    ║
  87.      ╟─────────║──────║──────║───────────────║────────────────║
  88.      ║ Zmodem  ║  361 ║  798 ║      17330878 ║       80915782 ║
  89.      ║─────────║──────║──────║───────────────║────────────────║
  90.      ║ MPt     ║  206 ║  133 ║      17559016 ║       10728894 ║
  91.      ║─────────║──────║──────║───────────────║────────────────║
  92.      ║ Bimodem ║  359 ║  135 ║      37291200 ║       24109195 ║
  93.      ║─────────║──────║──────║───────────────║────────────────║
  94.      ║ X/Ymodem║    1 ║    0 ║         43008 ║              0 ║
  95.      ║─────────║──────║──────║───────────────║────────────────║
  96.      ║ Totals  ║  927 ║ 1066 ║      72224102 ║      115753871 ║
  97.      ╚═════════╩══════╩══════╩═══════════════╩════════════════╝
  98.  
  99.  
  100.      * Note:  This example has been shrunk for this document.
  101.      ============================================================
  102.  
  103.      Stats are updated on the fly.  
  104.  
  105.      There are two command line parameters available to you!
  106.  
  107.      /H - Historical Log
  108.  
  109.           This parameter will create a file "dsz.his" that
  110.           has an ascii copy of the analyze results.
  111.  
  112.      /A - Ansi Log
  113.  
  114.           This parameter will create a file "dsz.ans" that
  115.           has an ansi copy of the analyze results.  This may
  116.           be something you sysops want for bulletin purposes.
  117.  
  118.      I hope the program is of value to you!  If you have any
  119.      problems or recommendations please let me know.
  120.  
  121.      THANKS
  122.  
  123.      My thanks go out to Scot Foster for acting as my support
  124.      board. 
  125.      
  126.      Scot Foster        Down & Dirty BBS  (505-299-5402)
  127.  
  128.  
  129.      -Chris
  130.